Translated using Weblate (Bulgarian)
[phpmyadmin.git] / .editorconfig
blobc50a671daeb389033e43d35a57aa5aed5111ac50
1 # EditorConfig.org
3 root = true
5 [*]
6 end_of_line = lf
7 insert_final_newline = true
8 trim_trailing_whitespace = true
9 charset = utf-8
10 indent_style = space
11 indent_size = 4
13 [{*.{sql,scss,css,twig},package.json,.travis.yml}]
14 indent_size = 2