Sha256: 51373696f5c96840c658d7f44e90e99095df1f2881cf57e3a8868baa630d4a08

Contents?: true

Size: 812 Bytes

Versions: 2

Compression:

Stored size: 812 Bytes

Contents

# This file is for unifying the coding style for different editors and IDEs
# editorconfig.org

# https://editorconfig.org/
root = true

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

[*.{java,jsp}]
indent_size = 4
tab_width = 4
insert_final_newline = false

[{*.{awk,bat,c,cpp,d,h,l,mk,re,skl,w32,y},Makefile*}]
indent_size              = 4
indent_style             = tab

[*.{dtd,html,inc,php,phpt,rng,wsdl,xml,xsd,xsl}]
indent_size              = 4
indent_style             = space

[*.md]
indent_style             = space
max_line_length          = 80

[COMMIT_EDITMSG]
indent_size              = 4
indent_style             = space
max_line_length          = 80

[*.patch]
trim_trailing_whitespace = false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll_flexible_include-2.0.2 .editorconfig
jekyll_flexible_include-2.0.0 .editorconfig