1void0/utils

View on GitHub
.editorconfig

Summary

Maintainability
Test Coverage
# EditorConfig is awesome: https://EditorConfig.org

# top-most EditorConfig file
root = true

### defaults
[*]
charset = utf-8

# Unix-style newlines with
end_of_line = lf

# 2 space indentation
indent_size = 2
indent_style = space

# remove any whitespace characters preceding newline characters
trim_trailing_whitespace = true

# newline ending every file
insert_final_newline = true