summaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorSean Molenaar <sean@seanmolenaar.eu>2021-02-23 17:19:10 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-03-01 21:13:44 +0100
commitbcdeb55fcbbbd02955e5cafd47d8d8db2670f22c (patch)
treea525dcbe2109b5cd180c765707001a462656371c /.editorconfig
parent59885c27f7a6cddc2a6d06d1a91885780190f1ee (diff)
Actions: Integration tests using bats
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 0c8f06640..05116e70f 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -2,12 +2,20 @@ root = true
[*]
trim_trailing_whitespace = true
+end_of_line = lf
+insert_final_newline = true
[*.{js,php,html}]
indent_style = space
indent_size = 4
charset = utf-8
+[*.bats]
+indent_style = space
+indent_size = 2
+charset = utf-8
+
[Makefile]
indent_style = tab
indent_size = 4
+