]> Dogcows Code - chaz/git-codeowners/blob - .editorconfig
Release App-Codeowners 0.50
[chaz/git-codeowners] / .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 [{**.md,**.pl,**.pm,**.pod,**.t,bin/**}]
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
This page took 0.028966 seconds and 4 git commands to generate.