diff options
author | Oleg Morozenkov <reo7sp@users.noreply.github.com> | 2017-01-15 02:01:01 +0300 |
---|---|---|
committer | Oleg Morozenkov <reo7sp@users.noreply.github.com> | 2017-01-15 02:01:01 +0300 |
commit | bbf030e1d315d6ba108a75a5ce0113485a2319ba (patch) | |
tree | 7668acf3314a06c6cf485fabb2146220b36ded61 /.editorconfig | |
parent | f986328344e1e5a1c7fad3a529f27bb85aed0c83 (diff) |
Editor config
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..8c1f22e --- /dev/null +++ b/.editorconfig @@ -0,0 +1,6 @@ +root = true + +[*] +end_of_line = lf +charset = utf-8 +indent_style = tab |