Skip to content
Snippets Groups Projects
Commit 2a89c8b2 authored by clayton craft's avatar clayton craft Committed by GitHub
Browse files

editorconfig: limit lines to 120 col

parent ff479fec
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ root = true
# Change these settings to your own preference
indent_style = space
indent_size = 2
max_line_length = 80
max_line_length = 120
# C-style doc comments
block_comment_start = /*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment