diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..08891d83 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true \ No newline at end of file diff --git a/.licenseignore b/.licenseignore index 3767d5e3..9869feaf 100644 --- a/.licenseignore +++ b/.licenseignore @@ -8,3 +8,4 @@ **.txt **Package.swift docker/* +.editorconfig