Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.

Commit

Permalink
Adding .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Krämer committed Nov 18, 2015
1 parent 9e56f39 commit 1222601
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
; This file is for unifying the coding style for different editors and IDEs.
; More information at http://editorconfig.org

root = true

[*]
indent_style = tabs
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8

[*.js]
indent_style = tabs
indent_size = 4

[*.css]
indent_style = tabs
indent_size = 4

[*.bat]
indent_style = tabs
indent_size = 4
end_of_line = crlf

[*.yml]
indent_style = tabs
indent_size = 4

0 comments on commit 1222601

Please sign in to comment.