summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hill <daniel@gluo.nz>2023-01-17 16:48:38 +1300
committerDaniel Hill <daniel@gluo.nz>2023-01-23 11:41:32 +1300
commitaf10e0fe2f5cae0bc5883cd8c0c46afbb94f788a (patch)
tree4ab35a56929766f2dc659fbb7101262bbcf2fcf8
parentba039a6c9479e138a966b9686ae1a96b9ce6babe (diff)
add editorconfig
Signed-off-by: Daniel Hill <daniel@gluo.nz>
-rw-r--r--.editorconfig4
-rw-r--r--.shellcheckrc1
2 files changed, 5 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..6032304
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,4 @@
+[*.{ktest,sh}]
+indent_style = spaces
+indent_size = 4
+tab_width = 8
diff --git a/.shellcheckrc b/.shellcheckrc
new file mode 100644
index 0000000..9822e6c
--- /dev/null
+++ b/.shellcheckrc
@@ -0,0 +1 @@
+shell=bash