]> Dogcows Code - chaz/groupsecret/blob - .editorconfig
add support for ssh-keygen without -E flag
[chaz/groupsecret] / .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 = utf-8
8 end_of_line = lf
9 insert_final_newline = true
10
11 [*.{pl,pm,t}]
12 indent_size = 4
13 indent_style = space
14 max_line_length = 100
15 trim_trailing_whitespace = true
16
17 [*.{yml,yaml}]
18 indent_size = 2
19 indent_style = space
20 trim_trailing_whitespace = true
21
This page took 0.033495 seconds and 4 git commands to generate.