diff options
author | Jonathan B <greenbigfrog@gmail.com> | 2019-08-14 21:25:02 +0200 |
---|---|---|
committer | Jonathan B <greenbigfrog@gmail.com> | 2019-08-14 21:25:02 +0200 |
commit | 99b3d7287bd0ac36ee82129ad38bd88c5b5af625 (patch) | |
tree | 461ba1e96425d62a60d4fdb1fd9d892264b146f2 /.editorconfig | |
download | twitcr-99b3d7287bd0ac36ee82129ad38bd88c5b5af625.tar.gz twitcr-99b3d7287bd0ac36ee82129ad38bd88c5b5af625.zip |
Initial release
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..163eb75 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*.cr] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +indent_style = space +indent_size = 2 +trim_trailing_whitespace = true |