codemonument_bx 0.3.5

[DEPRECATED: Use `bx-cli` instead] Simple, cross-platform, and fast command aliases with superpowers.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# This ensures your code style preferences are enforced no matter what editor you and your contributors use!
# They'll need to install the Editorconfig extension in their editr of choice first though.

root = true

[*]
indent_style = tab
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = lf