diff options
author | William McKinnon <[email protected]> | 2023-07-10 22:41:23 -0400 |
---|---|---|
committer | William McKinnon <[email protected]> | 2023-07-10 22:41:23 -0400 |
commit | a1d31571adce4152dcbeff409b0a9da97e5fbbac (patch) | |
tree | f01791e5aec040dde12fd9a6f3823a7bcb86d6e9 /.editorconfig |
initial commit: license + gitignore + editorconfig
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..9dcb30d --- /dev/null +++ b/.editorconfig @@ -0,0 +1,14 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +charset = utf-8 +trim_trailing_whitespace = true +indent_style = tab +indent_size = 4 +max_line_length = 80 + +[*.xml] +indent_style = space +indent_size = 2 |