aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorTSRBerry <20988865+TSRBerry@users.noreply.github.com>2024-01-27 20:50:28 +0100
committerGitHub <noreply@github.com>2024-01-27 20:50:28 +0100
commitf6475cca175cc1132167aaa805a0afa5aea8954e (patch)
tree2b7fb7dddcd092541ebdf329488010edc10e70ff /.editorconfig
parent0335c522548803310d825dbdb2d5ea101ef74823 (diff)
infra: Reformat README.md & add new generic Mako workflow (#5791)
* Adjust workflow paths to exclude all markdown files * editorconfig: Add default charset and adjust indention for a few file types * Reformat README.md and add a link to our documentation * Add generic Mako workflow and remove old Mako steps * editorconfig: Move charset change to a different PR * Update compatibility stats Co-authored-by: Ac_K <Acoustik666@gmail.com> --------- Co-authored-by: Ac_K <Acoustik666@gmail.com>
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/.editorconfig b/.editorconfig
index ae4c9766..1eaf77ae 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -17,8 +17,8 @@ tab_width = 4
end_of_line = lf
insert_final_newline = true
-# JSON files
-[*.json]
+# Markdown, JSON, YAML, props and csproj files
+[*.{md,json,yml,props,csproj}]
# Indentation and spacing
indent_size = 2