diff options
author | Indrajith K L | 2024-06-20 23:51:27 +0530 |
---|---|---|
committer | Indrajith K L | 2024-06-20 23:51:27 +0530 |
commit | 11c92db4208efb6381a2fd65bcc4de427d1f21f6 (patch) | |
tree | 7c17454ff8ef59ad75ce2e48afe52815b874bfb1 /.editorconfig | |
download | indrajith-dev-crystal-11c92db4208efb6381a2fd65bcc4de427d1f21f6.tar.gz indrajith-dev-crystal-11c92db4208efb6381a2fd65bcc4de427d1f21f6.tar.bz2 indrajith-dev-crystal-11c92db4208efb6381a2fd65bcc4de427d1f21f6.zip |
Adds Bare Server
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 |