diff options
author | Indrajith K L | 2023-08-09 03:22:12 +0530 |
---|---|---|
committer | Indrajith K L | 2023-08-09 03:22:12 +0530 |
commit | af7ae10020cb6092f0491435ba43f3c09da663a4 (patch) | |
tree | 8cd5d96ca99cf678f4158b74966588c0f051ed09 /.editorconfig | |
download | Journlr Frontend-master.tar.gz Journlr Frontend-master.tar.bz2 Journlr Frontend-master.zip |
* Working Post API integrated
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 8 |
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 |