summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorWu Cheng-Han2017-03-15 22:13:05 +0800
committerWu Cheng-Han2017-03-15 22:13:05 +0800
commitb07eeed0c5a3c8de28e27326967cea592071ca6a (patch)
tree1c9c101b13554abc3cb5e5ce8161fb4c79ced535 /.editorconfig
parent4a1d08c653070e856bceb1bc4a7d8ff7ab1aa203 (diff)
parent16d80edc653dc02407cd570adfc485300ec9a66b (diff)
Merge branch 'master' of https://github.com/jackycute/HackMD
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index 619c178d..e271be73 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -3,7 +3,7 @@ root = true
# Tab indentation
[*]
indent_style = space
-indent_size = 4
+indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true