Yongmin Hong
467eb9b2d1
Summary: Fixes T138. Seems like Google doesn't care. Signed-off-by: Yongmin Hong <revi@omglol.email> Test Plan: Try http://go/google/search w/ updated robots.txt entries Reviewers: O1 revi & automations, revi Reviewed By: O1 revi & automations, revi Maniphest Tasks: T138 Differential Revision: https://issuetracker.revi.xyz/D75
16 lines
277 B
INI
16 lines
277 B
INI
# EditorConfig is awesome: https://EditorConfig.org
|
|
|
|
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
indent_size = 2
|
|
indent_style = space
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
|
|
[.php]
|
|
# Use tabs for php file indentation
|
|
indent_style = tab
|
|
tab_width = 4
|