]> Dogcows Code - chaz/homebank2ledger/blob - .editorconfig
Release App-HomeBank2Ledger 0.010
[chaz/homebank2ledger] / .editorconfig
1
2 # Please follow these code style guidelines. You can use this file to
3 # automatically configure your editor.
4 # For instructions, see: http://editorconfig.org/
5
6 [*]
7 charset = utf8
8 end_of_line = lf
9 insert_final_newline = true
10 trim_trailing_whitespace = true
11
12 [{**.pl,**.pm,**.pod,**.t,bin/homebank2ledger}]
13 indent_style = space
14 indent_size = 4
15 max_line_length = 100
16
17 [{.editorconfig,**.ini}]
18 indent_style = space
19 indent_size = 4
20
21 [{**.xhb,**.xml}]
22 indent_style = space
23 indent_size = 2
24
This page took 0.035546 seconds and 5 git commands to generate.