summaryrefslogtreecommitdiffstats
path: root/src/fluent-bit/lib/onigmo/.editorconfig
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-05 12:08:03 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-05 12:08:18 +0000
commit5da14042f70711ea5cf66e034699730335462f66 (patch)
tree0f6354ccac934ed87a2d555f45be4c831cf92f4a /src/fluent-bit/lib/onigmo/.editorconfig
parentReleasing debian version 1.44.3-2. (diff)
downloadnetdata-5da14042f70711ea5cf66e034699730335462f66.tar.xz
netdata-5da14042f70711ea5cf66e034699730335462f66.zip
Merging upstream version 1.45.3+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/fluent-bit/lib/onigmo/.editorconfig')
-rw-r--r--src/fluent-bit/lib/onigmo/.editorconfig42
1 files changed, 42 insertions, 0 deletions
diff --git a/src/fluent-bit/lib/onigmo/.editorconfig b/src/fluent-bit/lib/onigmo/.editorconfig
new file mode 100644
index 000000000..abeeae286
--- /dev/null
+++ b/src/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