Browse Source

Merge pull request #127 from koter84/feature-editorconfig

feature add .editorconfig file
pull/126/head
serverco 9 years ago
committed by GitHub
parent
commit
07a4ebe005
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      .editorconfig

+ 9
- 0
.editorconfig View File

@ -0,0 +1,9 @@
# http://EditorConfig.org
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2

Loading…
Cancel
Save