aboutsummaryrefslogtreecommitdiff
path: root/plugins/editorconfig/tests/properties/lowercase_values.in
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/editorconfig/tests/properties/lowercase_values.in')
-rw-r--r--plugins/editorconfig/tests/properties/lowercase_values.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/plugins/editorconfig/tests/properties/lowercase_values.in b/plugins/editorconfig/tests/properties/lowercase_values.in
new file mode 100644
index 0000000..1730bb2
--- /dev/null
+++ b/plugins/editorconfig/tests/properties/lowercase_values.in
@@ -0,0 +1,15 @@
+; test property name lowercasing
+
+root = true
+
+[test1.c]
+indent_style = Space
+end_of_line = CRLF
+
+[test2.c]
+insert_final_newline = TRUE
+trim_trailing_whitespace = False
+charset = UTF-8
+
+[test3.c]
+test_property = TestValue