From dc27316ac828a8926d1507ab800ce7b51b797076 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Fri, 8 Feb 2019 14:57:30 +0100 Subject: [PATCH] add editorconfig --- .editorconfig | 11 +++++++++++ .vscode/settings.json | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..5179009b3 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + +[html] +indent_size = 2 diff --git a/.vscode/settings.json b/.vscode/settings.json index caeacfe05..9bbdc984c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -6,6 +6,6 @@ }, "cSpell.words": [ "SAML", - "pyazo" + "passbook" ] -} \ No newline at end of file +}