From a988d53da030f333bc77aa15ab946849764c30ca Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 30 May 2020 12:51:08 +0100 Subject: [PATCH] Add .editorconfig --- .editorconfig | 15 +++++++++++++++ .gitignore | 1 + 2 files changed, 16 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..2560493 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,15 @@ +; This file is for unifying the coding style for different editors and IDEs. +; More information at https://editorconfig.org + +root = true + +[*] +charset = utf-8 +indent_size = 4 +indent_style = space +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true + +[*.yml] +indent_size = 2 diff --git a/.gitignore b/.gitignore index f024f1f..2ceca2b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ * !*/ +!/.editorconfig !/.github/** !/.gitignore !/composer.json