From b32cdf5c4f5d0b4f31b3bcfa64fe9328ed78d818 Mon Sep 17 00:00:00 2001 From: jbion Date: Fri, 20 Jan 2017 16:11:24 +0100 Subject: Move frontend and backend into 2 separate subprojects --- frontend/.editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 frontend/.editorconfig (limited to 'frontend/.editorconfig') diff --git a/frontend/.editorconfig b/frontend/.editorconfig new file mode 100644 index 00000000..32c3b3d4 --- /dev/null +++ b/frontend/.editorconfig @@ -0,0 +1,9 @@ +root = false + +[*] +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true +indent_style = space +indent_size = 2 \ No newline at end of file -- cgit