Sha256: d24f384f2dab868b01cb5000f768d0bb535e235b1fa2b67e695a026cf77e9d57
Contents?: true
Size: 396 Bytes
Versions: 9
Compression:
Stored size: 396 Bytes
Contents
# editorconfig.org root = true [*] charset = utf-8 indent_size = 2 indent_style = space insert_final_newline = true trim_trailing_whitespace = true # Markdown syntax specifies that trailing whitespaces can be meaningful, # so let’s not trim those. e.g. 2 trailing spaces = linebreak (<br />) # See https://daringfireball.net/projects/markdown/syntax#p [*.md] trim_trailing_whitespace = false
Version data entries
9 entries across 9 versions & 1 rubygems