mirror of
https://github.com/bckelley/phpmyadmin-docker-lightweight.git
synced 2026-08-24 03:24:11 -05:00
36 lines
643 B
INI
36 lines
643 B
INI
# EditorConfig is awesome: http://EditorConfig.org
|
|
|
|
# top-most EditorConfig file
|
|
root = true
|
|
|
|
# Unix-style newlines with a newline ending every file
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
|
|
[*.{yml,yaml}]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[*.{neon,neon.dist}]
|
|
indent_style = tab
|
|
indent_size = 4
|
|
|
|
[*.{md,txt}]
|
|
indent_style = space
|
|
indent_size = 4
|
|
trim_trailing_whitespace = false
|
|
|
|
[{Makefile,Caddyfile,*.Caddyfile}]
|
|
indent_style = tab
|
|
tab_width = 4
|
|
|
|
[{Dockerfile,Dockerfile.template.erb,Dockerfile-alpine}]
|
|
indent_style = space
|
|
indent_size = 4
|
|
|
|
[*.env]
|
|
insert_final_newline = false
|
|
trim_trailing_whitespace = false
|