-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(development): add vim modelines to bin/* (#10183)
This adds vim modelines to our lua scripts in bin/ to identify their filetypes and set the proper indentation settings. I wish this could be done without cluttering up files with comment strings, but .editorconfig does not have any notion of "treat this file as $filetype." I have updated .editorconfig with the proper settings for these files, however.
- Loading branch information
Showing
4 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,3 +75,5 @@ end | |
|
||
|
||
run(arg) | ||
|
||
-- vim: set ft=lua ts=2 sw=2 sts=2 et : |
d6cd28f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bazel Build
Docker image available
kong/kong:d6cd28fd72bc88a3d44098e694ab277d0ebab328
Artifacts available https://github.com/Kong/kong/actions/runs/4344048261