Sha256: 46105422a9faec03be2604edf82c9c981983705ba3d0e28882bdc38eeb08a5a0

Contents?: true

Size: 593 Bytes

Versions: 61

Compression:

Stored size: 593 Bytes

Contents

# EditorConfig is awesome: http://EditorConfig.org
# https://gds-way.cloudapps.digital/manuals/programming-languages/editorconfig

# top-most EditorConfig file
root = true

[*.java]
indent_style: space
indent_size: 4
end_of_line: lf
charset: utf-8
insert_final_newline: true
continuation_indent_size: 8

[*.{scss,erb}]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true

[*.{js,json}]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true

Version data entries

61 entries across 61 versions & 2 rubygems

Version Path
govuk_tech_docs-2.2.0 .editorconfig
govuk_tech_docs-2.1.1 .editorconfig
govuk_tech_docs-2.1.0 .editorconfig
govuk_tech_docs-2.0.13 .editorconfig
govuk_tech_docs-2.0.12 .editorconfig
govuk_tech_docs-2.0.11 .editorconfig
govuk_tech_docs-2.0.10 .editorconfig
govuk_tech_docs-2.0.9 .editorconfig
govuk_tech_docs-2.0.8 .editorconfig
govuk_tech_docs-2.0.7 .editorconfig
govuk_tech_docs-2.0.6 .editorconfig
govuk_tech_docs-2.0.5 .editorconfig
govuk_tech_docs-2.0.4 .editorconfig
govuk_tech_docs-2.0.3 .editorconfig
govuk_tech_docs-2.0.2 .editorconfig
govuk_tech_docs-2.0.1 .editorconfig
govuk_tech_docs-2.0.0.pre.test.pre.release.pre.525 .editorconfig
govuk_tech_docs-2.0.0.pre.test.pre.release.pre.524 .editorconfig
govuk_tech_docs-2.0.0.test.pre.release.521 .editorconfig
govuk_tech_docs-2.0.0 .editorconfig