aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2024-05-18 16:08:35 +0300
committerTulir Asokan <tulir@maunium.net>2024-05-18 16:18:55 +0300
commit47f17fde452b5e9f0c9e96ce0e2c878dd0574b7f (patch)
treed24482ccf9720fe9defce1b361575ae9bbaf1a25 /.editorconfig
parentf59406a47a6778cd402e656ffb64f667335f665a (diff)
Add support for sending gifs via Giphy
Fixes #22 Closes #75 Co-authored-by: Nischay <hegdenischay@gmail.com>
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..e472869
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,15 @@
+root = true
+
+[*]
+indent_style = tab
+indent_size = 4
+end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true
+
+[*.{yaml,yml,sql,py,sass}]
+indent_style = space
+
+[*.sass]
+indent_size = 2
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage