synapsecns/sanguine

View on GitHub
.editorconfig

Summary

Maintainability
Test Coverage
root = true

# defaults
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[*.sol]
indent_size = 4

[*.go]
indent_size = 4
indent_style = tab
import_style = go

[*.yml]
quote_type = single

[{Makefile,**.mk}]
# Use tabs for indentation (Makefiles require tabs)
indent_style = tab