diff options
author | Falkreon <falkreon@gmail.com> | 2019-08-28 03:20:41 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-28 03:20:41 -0500 |
commit | a9f2dd347f4da78c3740d9e0dddac9739f42d78c (patch) | |
tree | 220a944f46945548f1cbc3b233ab3765783b776d | |
parent | 6907959d57777b2d3875d0e570d835f0ba9c1b57 (diff) | |
parent | ad6f475a7b28ce2d4a5ec459246e093fdeaac688 (diff) | |
download | LibGui-a9f2dd347f4da78c3740d9e0dddac9739f42d78c.tar.gz LibGui-a9f2dd347f4da78c3740d9e0dddac9739f42d78c.tar.bz2 LibGui-a9f2dd347f4da78c3740d9e0dddac9739f42d78c.zip |
Merge pull request #8 from Juuxel/editorconfig
Add .editorconfig file
-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 |