diff options
author | Juuxel <kasperi.kauppi@gmail.com> | 2019-08-27 19:15:29 +0300 |
---|---|---|
committer | Juuxel <kasperi.kauppi@gmail.com> | 2019-08-27 19:15:29 +0300 |
commit | ad6f475a7b28ce2d4a5ec459246e093fdeaac688 (patch) | |
tree | 097406eda5f4661a26596f90104da331e64757a8 /.editorconfig | |
parent | c4fe40d1daee84662c6c269f53dd68a2c2a136f1 (diff) | |
download | LibGui-ad6f475a7b28ce2d4a5ec459246e093fdeaac688.tar.gz LibGui-ad6f475a7b28ce2d4a5ec459246e093fdeaac688.tar.bz2 LibGui-ad6f475a7b28ce2d4a5ec459246e093fdeaac688.zip |
Add .editorconfig file
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 |