Sha256: 373127d705320fe17b6250617363f93a65ff495dfc747dacecea8d59939c7d77

Contents?: true

Size: 490 Bytes

Versions: 14

Compression:

Stored size: 490 Bytes

Contents

# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# editorconfig.org

root = true

[*]

# Change these settings to your own preference
indent_style = space
indent_size = 2

# We recommend you to keep these unchanged
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.js]
indent_style = space
indent_size = 2

[*.md]
trim_trailing_whitespace = false

[Makefile]
indent_style = tab

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
potassium-7.2.0 .editorconfig
potassium-7.1.0 .editorconfig
potassium-7.0.0 .editorconfig
potassium-6.7.0 .editorconfig
potassium-6.6.0 .editorconfig
potassium-6.5.0 .editorconfig
potassium-6.4.0 .editorconfig
potassium-6.3.0 .editorconfig
potassium-6.2.0 .editorconfig
potassium-6.1.0 .editorconfig
potassium-6.0.0 .editorconfig
potassium-5.2.3 .editorconfig
potassium-5.2.2 .editorconfig
potassium-5.2.1 .editorconfig