Browse Source

Added .editorconfig.

Huh, how did I miss this here.
pull/2/head
Vladimír Vondruš 7 years ago
parent
commit
8b60643058
  1. 9
      .editorconfig

9
.editorconfig

@ -0,0 +1,9 @@
[*]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
[*.{css,html,yml,rb}]
indent_style = space
indent_size = 2
Loading…
Cancel
Save