summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorIndrajith K L2023-08-09 03:22:12 +0530
committerIndrajith K L2023-08-09 03:22:12 +0530
commitaf7ae10020cb6092f0491435ba43f3c09da663a4 (patch)
tree8cd5d96ca99cf678f4158b74966588c0f051ed09 /.editorconfig
downloadJournlr Frontend-master.tar.gz
Journlr Frontend-master.tar.bz2
Journlr Frontend-master.zip
Initial CommitHEADmaster
* Working Post API integrated
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..01072ca
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,8 @@
+[*]
+charset = utf-8
+end_of_line = lf
+insert_final_newline = true
+trim_trailing_whitespace = true
+
+[*.v]
+indent_style = tab