Browse Source

add initial version for .editorconfig (see http://editorconfig.org/)

tags/release-0.10.0
Decebal Suiu 9 years ago
parent
commit
7711e42392
1 changed files with 17 additions and 0 deletions
  1. 17
    0
      .editorconfig

+ 17
- 0
.editorconfig View File

@@ -0,0 +1,17 @@
# Pippo code formatting styles
# Checkout http://editorconfig.org/ for more information and how to use it

root = true

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

#[{*.java,*.xml,*.js,*.css]
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false

Loading…
Cancel
Save