summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorBrad Linden <brad@lindenlab.com>2024-06-04 10:39:09 -0700
committerBrad Linden <brad@lindenlab.com>2024-06-04 10:39:09 -0700
commit6161d2f479868508f41d1236ee819a667fbd7f9f (patch)
tree6e13b35cb13af43a570a6cab9ad433924867561d /.editorconfig
parentfdbf73d95392e2dc64e3193a9cc3ea4c8260b8dc (diff)
parent82d713782529074b03720833038cb0df2b8bcffd (diff)
Merge remote-tracking branch 'origin/release/maint-x' into project/gltf_development
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000000..9ac24be468
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,14 @@
+root = true
+
+[*]
+charset = utf-8
+indent_size = 4
+indent_style = space
+insert_final_newline = true
+trim_trailing_whitespace = true
+
+[Makefile]
+indent_style = tab
+
+[*.{yml,yaml}]
+indent_size = 2