diff --git a/.editorconfig b/.editorconfig
index af1c2ff3..34aa3b96 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -10,3 +10,18 @@ trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
+
+[*.yml]
+indent_size = 2
+
+[*.hpp]
+indent_style = space
+indent_size = 4
+
+[*.cpp]
+indent_style = space
+indent_size = 4
+
+[*.sqf]
+indent_style = space
+indent_size = 4
\ No newline at end of file
diff --git a/addons/optionsmenu/gui/mainMenu.hpp b/addons/optionsmenu/gui/mainMenu.hpp
index f5c5cf73..2572c3ce 100644
--- a/addons/optionsmenu/gui/mainMenu.hpp
+++ b/addons/optionsmenu/gui/mainMenu.hpp
@@ -8,7 +8,7 @@ class RscDisplayMain : RscStandardDisplay {
class Controls;
};
class GroupMultiplayer: GroupSingleplayer {
- h = "(9 * 1.5) * (pixelH * pixelGrid * 2)";
+ h = "(8 * 1.5) * (pixelH * pixelGrid * 2)";
class Controls : Controls {
class Campaigns;
class joinTac2 : Campaigns {
@@ -36,12 +36,6 @@ class RscDisplayMain : RscStandardDisplay {
y = "(6 * 1.5) * (pixelH * pixelGrid * 2) + (pixelH)";
onbuttonclick = "connectToServer ['75.6.53.50', 2602, ''];";
};
- class joinTSE : joinTS1 {
- text = CSTRING(joinTSE_text);
- tooltip = CSTRING(joinTSE_tooltip);
- y = "(7 * 1.5) * (pixelH * pixelGrid * 2) + (pixelH)";
- onbuttonclick = "connectToServer ['75.6.53.50', 2902, ''];";
- };
};
};
diff --git a/addons/optionsmenu/stringtable.xml b/addons/optionsmenu/stringtable.xml
index e6d47939..3c7c2272 100644
--- a/addons/optionsmenu/stringtable.xml
+++ b/addons/optionsmenu/stringtable.xml
@@ -19,12 +19,6 @@
-
-