]> Dogcows Code - chaz/p5-File-KDBX-XS/blob - .editorconfig
set a version in repo Makefile.PL
[chaz/p5-File-KDBX-XS] / .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,**.xs}]
13 indent_style = space
14 indent_size = 4
15 max_line_length = 110
16
17 [{.editorconfig,**.ini}]
18 indent_style = space
19 indent_size = 4
20
This page took 0.029762 seconds and 4 git commands to generate.