summaryrefslogtreecommitdiff
path: root/FreeRTOS-Plus/Test/CMock/vendor/unity/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to 'FreeRTOS-Plus/Test/CMock/vendor/unity/.editorconfig')
-rw-r--r--FreeRTOS-Plus/Test/CMock/vendor/unity/.editorconfig27
1 files changed, 27 insertions, 0 deletions
diff --git a/FreeRTOS-Plus/Test/CMock/vendor/unity/.editorconfig b/FreeRTOS-Plus/Test/CMock/vendor/unity/.editorconfig
new file mode 100644
index 000000000..7b7a47a01
--- /dev/null
+++ b/FreeRTOS-Plus/Test/CMock/vendor/unity/.editorconfig
@@ -0,0 +1,27 @@
+###############################################################################
+# Unity Project - A Test Framework for C
+# .editorconfig - F. Zahn 2019
+###############################################################################
+
+# This is the topmost .editorconfig file
+root = true
+
+# Settings that apply to all languages / files
+[*]
+charset = utf-8
+indent_size = 4
+indent_style = space
+insert_final_newline = true
+trim_trailing_whitespace = true
+
+[*.md]
+trim_trailing_whitespace = false
+
+[*.txt]
+trim_trailing_whitespace = false
+
+[*.rb]
+indent_size = 2
+
+[*.yml]
+indent_size = 2