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 b107d3cb..0c37091e 100644 --- a/.licenseignore +++ b/.licenseignore @@ -38,4 +38,5 @@ Examples/HelloWorldiOSClientAppExample/HelloWorldiOSClientApp/Assets.xcassets/* Examples/HelloWorldiOSClientAppExample/HelloWorldiOSClientApp/Preview* Examples/**/Generated* **/Makefile -**/*.html \ No newline at end of file +**/*.html +.editorconfig