-
John Bampton authored
We already have `trailing-whitespace` set globally in the `pre-commit` config and we are also using `spaces` instead of `tabs` except for "Makefiles" which have `tab_width = 8` Perhaps in future we can enforce line lengths. https://github.com/mruby/mruby/blob/92ca93c885a6e6d2facd8e9ca3dbf85ac3dce8c9/.pre-commit-config.yaml#L29 https://github.com/mruby/mruby/blob/92ca93c885a6e6d2facd8e9ca3dbf85ac3dce8c9/.pre-commit-config.yaml#L33
John Bampton authoredWe already have `trailing-whitespace` set globally in the `pre-commit` config and we are also using `spaces` instead of `tabs` except for "Makefiles" which have `tab_width = 8` Perhaps in future we can enforce line lengths. https://github.com/mruby/mruby/blob/92ca93c885a6e6d2facd8e9ca3dbf85ac3dce8c9/.pre-commit-config.yaml#L29 https://github.com/mruby/mruby/blob/92ca93c885a6e6d2facd8e9ca3dbf85ac3dce8c9/.pre-commit-config.yaml#L33
Loading