diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..2366e03
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,20 @@
+# EditorConfig: https://EditorConfig.org
+### Rozhuk Ivan 2024
+### https://spec.editorconfig.org/
+###
+
+
+# top-most EditorConfig file
+root = true
+
+
+# Unix-style newlines with a newline ending every file
+[*]
+indent_style = tab
+indent_size = 4
+tab_width = 8
+end_of_line = lf
+charset = utf-8
+# spelling_language
+trim_trailing_whitespace = true
+insert_final_newline = true
diff --git a/ssdpd.project b/ssdpd.project
index 863d24b..9206f23 100644
--- a/ssdpd.project
+++ b/ssdpd.project
@@ -104,6 +104,7 @@
+