Browse Source

Merge pull request #19 from pana1990/add-editorconfig

Add editorconfig [skip ci]
tags/2.0.5
Alexander Makarov 9 years ago
parent
commit
745a045c90
  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 # Ignore all test and documentation for archive
/.editorconfig export-ignore
/.gitattributes export-ignore /.gitattributes export-ignore
/.gitignore export-ignore /.gitignore export-ignore
/.scrutinizer.yml export-ignore /.scrutinizer.yml export-ignore

Loading…
Cancel
Save