更改縮排字元 tab->4 whitespace

This commit is contained in:
Yuan Chiu 2014-11-06 16:42:59 +08:00
parent f12f21bb1c
commit d2b2f1bed1
30 changed files with 2820 additions and 2801 deletions

19
.editorconfig Normal file
View File

@ -0,0 +1,19 @@
# EditorConfig is awesome: http://EditorConfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
# Change these settings to your own preference
indent_style = space
indent_size = 4
# We recommend you to keep these unchanged
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false