Browse Source

Přidán .editorconfig, aby editory nedávaly mezery, kam nepatří. :)

pull/28/head
Jan Černohorský 10 months ago
parent
commit
af3138c049
  1. 7
      .editorconfig

7
.editorconfig

@ -0,0 +1,7 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = tab
Loading…
Cancel
Save