From 5bdf950af08475c1f99330b77ca6ab92c675fdfe Mon Sep 17 00:00:00 2001 From: Rozhuk Ivan Date: Tue, 9 Apr 2024 21:42:46 +0300 Subject: [PATCH] Add .editorconfig file. --- .editorconfig | 20 ++++++++++++++++++++ ssdpd.project | 1 + 2 files changed, 21 insertions(+) create mode 100644 .editorconfig 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 @@ +