diff --git a/.DotSettings b/.DotSettings new file mode 120000 index 00000000..61b275d7 --- /dev/null +++ b/.DotSettings @@ -0,0 +1 @@ +Settings/.DotSettings \ No newline at end of file diff --git a/.clang-format b/.clang-format new file mode 120000 index 00000000..0b5329b0 --- /dev/null +++ b/.clang-format @@ -0,0 +1 @@ +Settings/.clang-format \ No newline at end of file diff --git a/.editorconfig b/.editorconfig new file mode 120000 index 00000000..3ca15af8 --- /dev/null +++ b/.editorconfig @@ -0,0 +1 @@ +Settings/.editorconfig \ No newline at end of file diff --git a/.gitignore b/.gitignore index 53fd0cae..bf76972e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ ## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. +## This file is synchronized with https://github.com/linksplatform/Settings ## ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..bbacff93 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "Settings"] + path = Settings + url = https://github.com/linksplatform/Settings.git diff --git a/Settings b/Settings new file mode 160000 index 00000000..418eb90d --- /dev/null +++ b/Settings @@ -0,0 +1 @@ +Subproject commit 418eb90d8cfc3a676173774686e12ee8672d7c18