summaryrefslogtreecommitdiffstats
path: root/fluent-bit/lib/onigmo/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to 'fluent-bit/lib/onigmo/.editorconfig')
-rw-r--r--fluent-bit/lib/onigmo/.editorconfig42
1 files changed, 42 insertions, 0 deletions
diff --git a/fluent-bit/lib/onigmo/.editorconfig b/fluent-bit/lib/onigmo/.editorconfig
new file mode 100644
index 000000000..abeeae286
--- /dev/null
+++ b/fluent-bit/lib/onigmo/.editorconfig
@@ -0,0 +1,42 @@
+; see: http://editorconfig.org/
+
+root = true
+
+[*]
+end_of_line = lf
+insert_final_newline = true
+trim_trailing_whitespace = true
+
+[**.[ch]]
+indent_style = tab
+indent_size = 2
+tab_width = 8
+
+[st.[ch]]
+indent_style = tab
+indent_size = 4
+tab_width = 8
+
+[**.py]
+indent_style = space
+indent_size = 4
+
+[**.rb]
+indent_style = space
+indent_size = 2
+
+[**.yml]
+indent_style = space
+indent_size = 2
+
+[HISTORY]
+indent_style = space
+
+[doc/*]
+indent_style = space
+
+[win32/*]
+end_of_line = crlf
+
+[win32/*.py]
+end_of_line = lf