This commit is contained in:
Sindre Sorhus
2014-09-05 14:55:06 +02:00
parent 7c00276fba
commit f762b5ffa1
4 changed files with 38 additions and 1 deletions

15
.editorconfig Normal file
View File

@@ -0,0 +1,15 @@
root = true
[*]
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[package.json]
indent_style = space
indent_size = 2
[*.md]
trim_trailing_whitespace = false