From aaf4dba5eb1448aa237b6781a3b6d6642d81e1c9 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 30 Aug 2021 22:08:51 -0300 Subject: Add syntax highlight (maybe) --- .editorconfig | 9 +++++++++ .gitattributes | 2 ++ 2 files changed, 11 insertions(+) create mode 100644 .editorconfig create mode 100644 .gitattributes 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 -- cgit v1.2.3-70-g09d2