Initial public release of Warp.
Repo-Sync-Origin: warpdotdev/warp-internal@12af1d983b
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# source: https://peps.python.org/pep-0008/#indentation
|
||||
display_name: "Python"
|
||||
indent_unit:
|
||||
space: 4
|
||||
comment_prefix: "#"
|
||||
brackets:
|
||||
- start: "{"
|
||||
end: "}"
|
||||
- start: "("
|
||||
end: ")"
|
||||
- start: "["
|
||||
end: "]"
|
||||
Reference in New Issue
Block a user