diff options
author | Max Wu | 2017-03-14 23:11:56 +0800 |
---|---|---|
committer | GitHub | 2017-03-14 23:11:56 +0800 |
commit | f6bd238b0f1a0284979d01cebb984b146e0d3d7e (patch) | |
tree | 990fd87e28149c9e2dd992a9fb813fa212ad61ef /.editorconfig | |
parent | f55a4b8497ad3e21637769f9de7e600a40dd1189 (diff) | |
parent | 24f1413654947a00ed81c5480164eca25b531e51 (diff) |
Merge pull request #387 from hackmdio/cm-refactor
Extract CodeMirror instance
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 2 |
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 |