From f6321fc3249d83a0059ef47978ed101d3c75375f Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Wed, 2 Jun 2021 13:59:27 -0400 Subject: feat: import from notion2site repo --- .editorconfig | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..94ce435 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,7 @@ +[*] +charset = utf-8 +indent_style = space +indent_size = 2 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true -- cgit v1.2.3