diff options
author | braxtonhall | 2022-10-24 00:39:49 +0000 |
---|---|---|
committer | braxtonhall | 2022-10-24 00:39:49 +0000 |
commit | f4e141bb52b93096642a81a35b28c59dcc8dcdb5 (patch) | |
tree | 413220527d0fc82bac73d900471fd554e681e98f | |
parent | 6917a3eb3526a413faf4b1f7b3342afe6fca86c6 (diff) |
Add an editorconfig so I can actually read the code on GitHub
-rw-r--r-- | .editorconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..c57f5e7 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +root = true + +[*] +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true +indent_style = tab +indent_size = 4 + +[*.md] +trim_trailing_whitespace = false |