Sha256: 271c4419eb7a98935ac9180302c5cdcdcf280c1a81f578a99f15387f663ca667

Contents?: true

Size: 406 Bytes

Versions: 2

Compression:

Stored size: 406 Bytes

Contents

# http://editorconfig.org/
# https://github.com/mfuentesg/EditorConfigSnippets

root = true

[*]
max_line_length = 100
end_of_line = lf
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.php]
indent_size = 4

[*.py]
indent_size = 4

[*.txt]
indent_size = 4

[*.go]
indent_style = tab

[*.cpp]
indent_style = tab

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
appveyor-worker-0.2.1 .editorconfig
appveyor-worker-0.2.0 .editorconfig