Sha256: a2c6d0eaeb0b3913ff1a003e854811c4b67b46ef7bef23bfc6d1e374ebf88e01

Contents?: true

Size: 314 Bytes

Versions: 26

Compression:

Stored size: 314 Bytes

Contents

# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true

[*.{rb,yml}]
indent_size = 2

[*.{rb,yml,md}]
indent_style = space
charset = utf-8

[*.{md,markdown}]
trim_trailing_whitespace = false

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
gitlab-styles-6.0.0 .editorconfig
gitlab-styles-5.4.0 .editorconfig
gitlab-styles-5.3.0 .editorconfig
gitlab-styles-5.2.0 .editorconfig
gitlab-styles-5.1.0 .editorconfig
gitlab-styles-5.0.0 .editorconfig