9 lines
207 B
INI
9 lines
207 B
INI
# Unix-style newlines with a newline ending every file
|
|
[*]
|
|
end_of_line = lf
|
|
indent_style = space
|
|
|
|
[*.{js,jsx,ts,tsx,py,sh,md,gql,graphql,yaml,yml,json,sql,njk,scss,css}]
|
|
indent_style = space
|
|
indent_size = 2
|