Browse Source

Tell the editors to strip trailing whitespace and add a trailing newline.

pull/338/head
Vladimír Vondruš 7 years ago
parent
commit
b937f3901e
  1. 2
      .editorconfig

2
.editorconfig

@ -1,6 +1,8 @@
[*] [*]
indent_style = space indent_style = space
indent_size = 4 indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
[*.{css,html,yml,rb}] [*.{css,html,yml,rb}]
indent_style = space indent_style = space

Loading…
Cancel
Save