From fa2c9d1922ea0674efcab6ea182bf88f2e42eb17 Mon Sep 17 00:00:00 2001 From: shakeelsamsu Date: Sun, 4 Nov 2018 21:18:58 -0800 Subject: [PATCH 1/2] Added .editorconfig file --- .editorconfig | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..ce15f2ed --- /dev/null +++ b/.editorconfig @@ -0,0 +1,16 @@ +root = true + +[**] +charset = utf-8 +end_of_line = lf +insert_final_newline = truemax_line_length = 80 + +[*.py] +indent_style = space +indent_size = 4 +trim_trailing_whitespace = true + +[*.yml] +indent_style = space +indent_size = 2 +trim_trailing_whitespace = true From 59e92b77adddf9a23d3b31c8eff45316b69309d9 Mon Sep 17 00:00:00 2001 From: shakeelsamsu Date: Mon, 5 Nov 2018 19:47:01 -0800 Subject: [PATCH 2/2] Add moban sync --- .moban.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.moban.yaml b/.moban.yaml index 16bc40f4..19f63a1c 100644 --- a/.moban.yaml +++ b/.moban.yaml @@ -33,6 +33,7 @@ configuration: configuration_dir: ../coala-mobans/ targets: - .gitignore: coala-gitignore.jj2 + - .editorconfig: .editorconfig.jj2 - setup.cfg: setup.cfg.jj2 - requirements.txt: requirements.txt.jj2 - test-requirements.txt: corobo-test-requirements.txt.jj2