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-4.1.1 .editorconfig
govuk_tech_docs-4.1.0 .editorconfig
govuk_tech_docs-4.0.0 .editorconfig
govuk_tech_docs-3.5.0 .editorconfig
govuk_tech_docs-3.4.5 .editorconfig
govuk_tech_docs-3.4.0 .editorconfig
govuk_tech_docs-3.3.1 .editorconfig
govuk_tech_docs-3.3.0 .editorconfig
govuk_tech_docs-3.2.1 .editorconfig
govuk_tech_docs-3.2.0 .editorconfig
govuk_tech_docs-3.1.0 .editorconfig
govuk_tech_docs-3.0.1 .editorconfig
govuk_tech_docs-3.0.0 .editorconfig
govuk_tech_docs-2.4.3 .editorconfig
govuk_tech_docs-2.4.2 .editorconfig
govuk_tech_docs-2.4.1 .editorconfig
govuk_tech_docs-2.4.0 .editorconfig
govuk_tech_docs-2.3.0 .editorconfig
govuk_tech_docs-2.2.2 .editorconfig
govuk_tech_docs-2.2.1 .editorconfig