summaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index 3e36df7..a1857f9 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -6,7 +6,7 @@ insert_final_newline = true
6charset = utf-8 6charset = utf-8
7trim_trailing_whitespace = true 7trim_trailing_whitespace = true
8indent_style = space 8indent_style = space
9indent_size = 2 9indent_size = 4
10max_line_length = 80 10max_line_length = 80
11 11
12[*.md] 12[*.md]