Sha256: 7c4a48b96c7e23e711dd97fe8759ea4d6b11593658b026792e390aa04146e9fb

Contents?: true

Size: 679 Bytes

Versions: 2

Compression:

Stored size: 679 Bytes

Contents

# Top-level setting to indicate this is the root .editorconfig file
root = true

# Default settings for all files
[*]
# Enforce LF (\n) as the line ending across all files for consistency
end_of_line = lf
# Ensure every file ends with a newline
insert_final_newline = true
charset = utf-8
# Use spaces for indentation (as opposed to tabs)
indent_style = space
# Set the width of a single indentation level to 2 spaces
indent_size = 2
trim_trailing_whitespace = true

# Specific settings for Markdown files
[*.md]
# Disable trimming of trailing whitespace in Markdown files,
# important for Markdown syntax where trailing spaces can be meaningful
trim_trailing_whitespace = false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cppjieba_rb-0.4.4 .editorconfig
cppjieba_rb-0.4.3 .editorconfig