Skip to content

Commit

Permalink
chore(editorconfig): update editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Sep 21, 2016
1 parent 7f09f8f commit 8bb8593
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,27 +1,12 @@
# .editorconfig <https://github.com/tunnckoCore/dotfiles>

root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space

[*.js]
insert_final_newline = true
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true

[*.php]
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
insert_final_newline = false
trim_trailing_whitespace = false

[*.py]
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
insert_final_newline = false

0 comments on commit 8bb8593

Please sign in to comment.