]> Dogcows Code - chaz/p5-Return-Type-Lexical/blob - .editorconfig
Release Return-Type-Lexical 0.002
[chaz/p5-Return-Type-Lexical] / .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}]
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.033375 seconds and 4 git commands to generate.