mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Make clang-tidy suggest stdint.h int types (#2820)
This commit is contained in:
		| @@ -101,6 +101,8 @@ CheckOptions: | |||||||
|     value:           '10' |     value:           '10' | ||||||
|   - key:             google-readability-namespace-comments.SpacesBeforeComments |   - key:             google-readability-namespace-comments.SpacesBeforeComments | ||||||
|     value:           '2' |     value:           '2' | ||||||
|  |   - key:             google-runtime-int.TypeSuffix | ||||||
|  |     value:           '_t' | ||||||
|   - key:             modernize-loop-convert.MaxCopySize |   - key:             modernize-loop-convert.MaxCopySize | ||||||
|     value:           '16' |     value:           '16' | ||||||
|   - key:             modernize-loop-convert.MinConfidence |   - key:             modernize-loop-convert.MinConfidence | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user