Sha256: 71a8ee5410284612c4885f8493b39596276de810cfdcf80aa21e3d1d9aad97fe
Contents?: true
Size: 453 Bytes
Versions: 2
Compression:
Stored size: 453 Bytes
Contents
# EditorConfig is awesome: https://EditorConfig.org # top-most EditorConfig file root = true # default configuration [*] indent_style = space indent_size = 2 insert_final_newline = true trim_trailing_whitespace = true # Unix-style newlines with a newline ending every file end_of_line = lf # Set default charset charset = utf-8 # Tab indentation (no size specified) [Makefile] indent_style = tab [*.{md,markdown}] trim_trailing_whitespace = false
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
i18n-js-3.9.2 | .editorconfig |
i18n-js-3.9.1 | .editorconfig |