aboutsummaryrefslogtreecommitdiffhomepage
path: root/.editorconfig
diff options
context:
space:
mode:
authorMarkus Nißl <unknown>2022-09-06 08:50:14 +1000
committerMarkus Nißl <unknown>2022-09-06 08:50:14 +1000
commite70788b928d786f155f91bbef183e462fc65535c (patch)
tree88e59078fb5d0678353bc247fecd7f627682175d /.editorconfig
parent938a37949acceedd26f322816b83ad2a3fd462c0 (diff)
downloadscintilla-mirror-e70788b928d786f155f91bbef183e462fc65535c.tar.gz
Feature [feature-requests:#1445] Add .editorconfig so patches will be formatted
compatibly with existing code.
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 000000000..fddd80c64
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,4 @@
+root = true
+
+[**]
+indent_style = tab