]> Dogcows Code - chaz/graphql-client/blob - .editorconfig
Release GraphQL-Client 0.605
[chaz/graphql-client] / .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/graphql}]
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.029884 seconds and 4 git commands to generate.