fisenkodv/itinerary

View on GitHub
.editorconfig

Summary

Maintainability
Test Coverage
# Editor configuration, see http://editorconfig.org

root = true

# Default settings:
# A newline ending every file
# Use 2 spaces as indentation
# Trim trailing whitespace
[*]
charset = utf-8
insert_final_newline = true
indent_style = space
indent_size = 2
trim_trailing_whitespace = true

[*.md]
max_line_length = off
trim_trailing_whitespace = false