Browse Source

Merge pull request #182 from ffes/editorconfig

Add EditorConfig file
pull/190/head
Samuli Seppänen 7 years ago committed by GitHub
parent
commit
d162894d43
  1. 17
      .editorconfig

17
.editorconfig

@ -0,0 +1,17 @@
# EditorConfig: http://EditorConfig.org
root = true
[*]
indent_size = 4
indent_style = space
trim_trailing_whitespace = true
[*.sh]
end_of_line = lf
[*.yml]
indent_size = 2
[{Makefile,Makefile.*}]
indent_style = tab
Loading…
Cancel
Save