commit 7e38cbbc26c1a821324b7f08351428bd89521f80 Author: Daniel Swanson Date: Tue Jun 8 18:15:48 2021 -0500 add .editorconfig from lttoolbox diff --git a/.editorconfig b/.editorconfig new file mode 100755 index 0000000..dd10a25 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,18 @@ +# https://editorconfig.org/ +root = yes + +[*] +charset = utf-8 +end_of_line = lf +indent_size = 4 +indent_style = tab +insert_final_newline = true +trim_trailing_whitespace = true + +[**.cc] +indent_size = 2 +indent_style = space + +[**.h] +indent_size = 2 +indent_style = space