aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorSkye <[email protected]>2017-05-31 04:30:03 +0100
committerZeyla Hellyer <[email protected]>2017-05-30 20:30:03 -0700
commit060b06ec62b1f4e4cc2c11b877fd988b7dcfe627 (patch)
treec7ecaa61abfae69093a13920f53867f078a64928 /.editorconfig
parentDon't create group in help if no commands to show (diff)
downloadserenity-060b06ec62b1f4e4cc2c11b877fd988b7dcfe627.tar.xz
serenity-060b06ec62b1f4e4cc2c11b877fd988b7dcfe627.zip
Add Content for MessageBuilder
Allow `push` and `push_safe` to use a flexible syntax for formatting.
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..81aa520
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,9 @@
+root = true
+
+[*]
+indent_style = space
+indent_size = 4
+
+[.travis.yml]
+indent_style = space
+indent_size = 2