Browse Source

added editorconfig, trying to share with people

master
Josh Fabean 8 years ago
parent
commit
df0b31b880
1 changed files with 16 additions and 0 deletions
  1. +16
    -0
      .editorconfig

+ 16
- 0
.editorconfig View File

@ -0,0 +1,16 @@
# http://editorconfig.org/
root = true
# default for everything
[*]
charset = utf-8
indent_style = space
trim_trailing_whitespace = true
insert_final_newline = true
# 2 spaces for basically everything
[*.{html,jade,php,scss,css,js,info,module,inc}]
indent_size = 2
[Makefile]
indent_style = tab

Loading…
Cancel
Save