Set .editorconfig ident_size

master
emersion 6 years ago
parent 460a630a43
commit 42b19dcf91
No known key found for this signature in database
GPG Key ID: 0FDE7BE0E88F5E48

@ -4,8 +4,9 @@ root = true
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = tab
trim_trailing_whitespace = true
indent_style = tab
indent_size = 4
[*.xml]
indent_style = space

Loading…
Cancel
Save