summaryrefslogtreecommitdiff
path: root/Build/source/libs/harfbuzz/harfbuzz-src/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/harfbuzz/harfbuzz-src/.editorconfig')
-rw-r--r--Build/source/libs/harfbuzz/harfbuzz-src/.editorconfig23
1 files changed, 0 insertions, 23 deletions
diff --git a/Build/source/libs/harfbuzz/harfbuzz-src/.editorconfig b/Build/source/libs/harfbuzz/harfbuzz-src/.editorconfig
deleted file mode 100644
index cac917b9107..00000000000
--- a/Build/source/libs/harfbuzz/harfbuzz-src/.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-root = true
-
-[*]
-charset = utf-8
-trim_trailing_whitespace = true
-end_of_line = lf
-insert_final_newline = true
-
-[*.{c,cc,h,hh,rl}]
-tab_width = 8
-indent_size = 2
-indent_style = tab # should be space
-
-[*.{py,sh}]
-indent_style = tab
-
-[{Makefile.am,Makefile.sources,configure.ac}]
-tab_width = 8
-
-[{meson.build,meson_options.txt}]
-tab_width = 8
-indent_style = space
-indent_size = 2