diff options
| author | Skye <[email protected]> | 2017-05-31 04:30:03 +0100 |
|---|---|---|
| committer | Zeyla Hellyer <[email protected]> | 2017-05-30 20:30:03 -0700 |
| commit | 060b06ec62b1f4e4cc2c11b877fd988b7dcfe627 (patch) | |
| tree | c7ecaa61abfae69093a13920f53867f078a64928 /.editorconfig | |
| parent | Don't create group in help if no commands to show (diff) | |
| download | serenity-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-- | .editorconfig | 9 |
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 |