From 1d6dd3216235a0fbd280834ba416bfbd5234a684 Mon Sep 17 00:00:00 2001 From: mkpaz Date: Thu, 9 Feb 2023 16:13:11 +0400 Subject: [PATCH] Add .editorconfig for formatting SCSS --- .../atlantafx/sampler/assets/styles/.editorconfig | 9 +++++++++ styles/src/.editorconfig | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 sampler/src/main/resources/atlantafx/sampler/assets/styles/.editorconfig create mode 100644 styles/src/.editorconfig diff --git a/sampler/src/main/resources/atlantafx/sampler/assets/styles/.editorconfig b/sampler/src/main/resources/atlantafx/sampler/assets/styles/.editorconfig new file mode 100644 index 0000000..c6c8b36 --- /dev/null +++ b/sampler/src/main/resources/atlantafx/sampler/assets/styles/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +indent_style = space +indent_size = 2 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true diff --git a/styles/src/.editorconfig b/styles/src/.editorconfig new file mode 100644 index 0000000..c6c8b36 --- /dev/null +++ b/styles/src/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +indent_style = space +indent_size = 2 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true