Fix editor config for makefiles.#10190
Merged
jpeach merged 1 commit intoapache:masterfrom Aug 16, 2023
Merged
Conversation
Add Makefile.inc and *.mk patterns to the editor config and ensure that they follow standard Make rules - tabs with width 8. Signed-off-by: James Peach <jpeach@apache.org>
randall
approved these changes
Aug 16, 2023
Contributor
Author
|
[approve ci] |
cmcfarlen
pushed a commit
to cmcfarlen/trafficserver
that referenced
this pull request
Jun 3, 2024
* asf/master: Upgrade yaml-cpp version to 0.8.0 (apache#10249) This dependency is not needed, cmake did it right (apache#10250) Revert "Make OSX and FreeBSD not required temporarily (apache#10237)" (apache#10248) Python 3.12: microserver.test.ext wrap_socket update (apache#10247) Coverity 1508984: Dereference null return value (apache#10245) fall back to configure file for older cmake versions (apache#10236) TLS early data: logging updates (apache#10115) Fixing TSHttpTxnServerAddrSet (apache#10189) Make OSX and FreeBSD not required temporarily (apache#10237) Fixes a problem which can decrement milestone metrics unintentionally (apache#10188) Fix editor config for makefiles. (apache#10190) Correctly handle encoding for cache hash generation (apache#10126)
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add Makefile.inc and *.mk patterns to the editor config and ensure that they follow standard Make rules - tabs with width 8.