diff options
-rw-r--r-- | .editorconfig | 4 | ||||
-rw-r--r-- | .shellcheckrc | 1 |
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 |