mirror of
https://github.com/Instadapp/Swap-Aggregator-Subgraph.git
synced 2024-07-29 21:57:12 +00:00
19 lines
294 B
INI
19 lines
294 B
INI
root = true
|
|
|
|
# Project wide settings
|
|
[**]
|
|
end_of_line = lf
|
|
insert_final_newline = false
|
|
trim_trailing_whitespace = true
|
|
indent_style = space
|
|
indent_size = 2
|
|
max_line_length = 80
|
|
|
|
# Markdown nonsense
|
|
[**.md]
|
|
indent_size = 2
|
|
|
|
# Go with how NPM indents package.json
|
|
[package.json]
|
|
indent_size = 2
|