diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..01909e6 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_size = 4 +indent_style = space +insert_final_newline = true +tab_width = 4 +trim_trailing_whitespace = true + +[.github/workflows/*.yml] +indent_size = 2 diff --git a/.gitattributes b/.gitattributes index dae39b4..9091cc7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ +/.editorconfig export-ignore /.gitattributes export-ignore /.gitignore export-ignore /.github/ export-ignore