From 52dd381304bf920eeced8985e8ab1d4cb1bc40a4 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Fri, 25 Oct 2019 01:49:59 +0200 Subject: Added simple commenting system with Firebase Database integration --- .editorconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index 9f48fab..1923d41 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,6 +1,8 @@ root = true [*] +indent_style = space +indent_size = 2 charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true -- cgit v1.2.3