commit 93d41ea5a610647ff872cc5b6853a310e84f8641 Author: Yersa Nordman <finwo@pm.me> Date: Mon, 7 Oct 2019 12:58:06 +0200 Project init Diffstat:
| A | .editorconfig | | | 11 | +++++++++++ |
| A | .gitignore | | | 1 | + |
2 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/.editorconfig b/.editorconfig @@ -0,0 +1,11 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +charset = utf-8 +indent_size = 2 +indent_style = space + +[Makefile*] +indent_style = tab diff --git a/.gitignore b/.gitignore @@ -0,0 +1 @@ +*.o