summaryrefslogtreecommitdiff
path: root/{{cookiecutter.project_name}}/src/external/imgui/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to '{{cookiecutter.project_name}}/src/external/imgui/.editorconfig')
-rw-r--r--{{cookiecutter.project_name}}/src/external/imgui/.editorconfig20
1 files changed, 20 insertions, 0 deletions
diff --git a/{{cookiecutter.project_name}}/src/external/imgui/.editorconfig b/{{cookiecutter.project_name}}/src/external/imgui/.editorconfig
new file mode 100644
index 0000000..3dd05d3
--- /dev/null
+++ b/{{cookiecutter.project_name}}/src/external/imgui/.editorconfig
@@ -0,0 +1,20 @@
+# editorconfig.org
+
+# top-most EditorConfig file
+root = true
+
+# Default settings:
+# Use 4 spaces as indentation
+[*]
+indent_style = space
+indent_size = 4
+insert_final_newline = true
+trim_trailing_whitespace = true
+
+[imstb_*]
+indent_size = 3
+trim_trailing_whitespace = false
+
+[Makefile]
+indent_style = tab
+indent_size = 4