diff options
| author | Markus Nißl <unknown> | 2022-09-06 08:50:14 +1000 |
|---|---|---|
| committer | Markus Nißl <unknown> | 2022-09-06 08:50:14 +1000 |
| commit | e70788b928d786f155f91bbef183e462fc65535c (patch) | |
| tree | 88e59078fb5d0678353bc247fecd7f627682175d | |
| parent | 938a37949acceedd26f322816b83ad2a3fd462c0 (diff) | |
| download | scintilla-mirror-e70788b928d786f155f91bbef183e462fc65535c.tar.gz | |
Feature [feature-requests:#1445] Add .editorconfig so patches will be formatted
compatibly with existing code.
| -rw-r--r-- | .editorconfig | 4 |
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
|
