aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorAleks-Daniel Jakimenko-Aleksejev <alex.jakimenko@gmail.com>2019-04-12 18:08:15 +0300
committerGitHub <noreply@github.com>2019-04-12 18:08:15 +0300
commit7d060c7983a0d8e5d5092dc7d88d5f1b8a7577a7 (patch)
tree2c18ce8a3bc3f84d51d3351c6b7fe3abd1eda951 /.editorconfig
parent590379beaaf8fbf525c9f14d0f34116ed20f6ea3 (diff)
parentb8f67601e0086d7a2403e4f47ca720e3df3c5365 (diff)
Merge pull request #61 from Tyil/reply-no-prefix
Add an option to not automatically prefix replies with a user's nick
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..3e899fd
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,12 @@
+[*]
+charset = utf-8
+end_of_line = lf
+insert_final_newline = true
+indent_style = space
+indent_size = 4
+trim_trailing_whitespace = true
+max_line_length = 80
+
+[*.json]
+indent_style = space
+indent_size = 4