diff --git a/.editorconfig b/.editorconfig index 80392cb9..16c9e49a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -16,10 +16,15 @@ insert_final_newline = true charset = utf-8 # 4 space indentation -[*.py] +[*.py,*.xml,*.csproj] indent_style = space indent_size = 4 +# 2 space indentation +[*.xml,*.csproj,*.axaml] +indent_style = space +indent_size = 2 + # Tab indentation (no size specified) [Makefile] indent_style = tab diff --git a/contrib/Makefile b/contrib/Makefile index 8e0e5567..62e1e22d 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -74,6 +74,7 @@ install: build_publish copy-binaries copy-services done reinstall: copy-binaries + @sync @for project in $(APP_PROJECT_NAMES); do \ sudo systemctl start yavsc$${project} ; done diff --git a/src/PostIt/PostIt/Views/HomePage.axaml b/src/PostIt/PostIt/Views/HomePage.axaml index 1c188b31..bb7204d6 100644 --- a/src/PostIt/PostIt/Views/HomePage.axaml +++ b/src/PostIt/PostIt/Views/HomePage.axaml @@ -1,16 +1,16 @@ - - -