Browse Source

Add editorconfig [skip ci]

tags/2.0.6
Daniel Gomez Pan 9 years ago
parent
commit
c854a7028f
  1. 14
      .editorconfig
  2. 1
      .gitattributes

14
.editorconfig

@ -0,0 +1,14 @@
# editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false

1
.gitattributes vendored

@ -1,4 +1,5 @@
# Ignore all test and documentation for archive
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.scrutinizer.yml export-ignore

Loading…
Cancel
Save