aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 4a7ea30..79ef292 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -8,5 +8,8 @@ charset = utf-8
8trim_trailing_whitespace = true 8trim_trailing_whitespace = true
9insert_final_newline = true 9insert_final_newline = true
10 10
11[*.json]
12insert_final_newline = ignore
13
11[*.md] 14[*.md]
12trim_trailing_whitespace = false 15trim_trailing_whitespace = false