diff options
-rw-r--r-- | .editorconfig | 9 | ||||
-rw-r--r-- | .gitattributes | 2 |
2 files changed, 11 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..cc391d8 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +# top-most EditorConfig file +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ff51aab --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# treat script files as PY (for highlighting in merge requests) +**/*.rpy linguist-language=Python gitlab-language=python |