diff options
author | Juuxel <kasperi.kauppi@gmail.com> | 2019-08-28 17:57:46 +0300 |
---|---|---|
committer | Juuxel <kasperi.kauppi@gmail.com> | 2019-08-28 17:57:46 +0300 |
commit | dbc6d43b92c7032fa989ee99415d64f28ae6ca97 (patch) | |
tree | e0c27061c3b2220d0d91b47a4f32f289e1f05e19 /.editorconfig | |
parent | 5172756942c1d5dc065afcc9be8d229e83ca1b44 (diff) | |
parent | a9f2dd347f4da78c3740d9e0dddac9739f42d78c (diff) | |
download | LibGui-dbc6d43b92c7032fa989ee99415d64f28ae6ca97.tar.gz LibGui-dbc6d43b92c7032fa989ee99415d64f28ae6ca97.tar.bz2 LibGui-dbc6d43b92c7032fa989ee99415d64f28ae6ca97.zip |
Merge branch 'master' of https://github.com/CottonMC/LibGui into sliders
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..c0fbc46 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +root = true + +[*] +charset = utf-8 +indent_style = tab |