🌐
Developer Community
developercommunity.visualstudio.com › idea › 567214 › support-max-line-length-in-editorconfig-for-visual.html
Support max_line_length in .editorconfig for Visual Studio
Skip to main content · Visual Studio · Guidelines Problems Suggestions Code of Conduct · Downloads · Visual Studio IDE Visual Studio Code Azure DevOps Team Foundation Server Accounts and Subscriptions · Subscriber Access · Microsoft Security Azure Dynamics 365 Microsoft 365 Microsoft ...
🌐
GitLab
gitlab.com › gitlab.org › gitlab-runner › merge requests › !3423
Set max_line_length attribute in .editorconfig (!3423) · Merge requests · GitLab.org / gitlab-runner · GitLab
This MR set max_line_length attribute in .editorconfig to match the line limit being enforced by golangci-lint. This allows editors like Vim to display a column helping to detect...
🌐
Editorconfig Guide
editorconfig.guide › doc › global › max-line-length
max-line-length — Max line length (.editorconfig)
Documentation for the .editorconfig key `max-line-length`. This option specifies the maximum allowed line length in characters. Lines longer than this…
🌐
GitHub
github.com › editorconfig › editorconfig › wiki › Property-research:-maximum-line-length
Property research: maximum line length · editorconfig/editorconfig Wiki · GitHub
December 31, 2023 - Set maxLineLen to the line max width, and wrap to hard for real line break. See these buffer local properties here. Not possible. Settings, Editor, Margins and caret, right margin hint: visible line & hint column ... EditorConfig Guidelines extension adds support for guidelines .editorconfig property.
Author: editorconfig
🌐
Mads Kristensen
madskristensen.net › home › visual studio › building max line length: making editorconfig formatting visible in visual studio
Building Max Line Length: Making EditorConfig Formatting Visible in Visual Studio
1 month ago - Line length is one of those conventions that teams agree on easily and enforce inconsistently. EditorConfig gives us a shared vocabulary with max_line_length, but Visual Studio does not natively draw a boundary for it or apply it during formatting.
🌐
Devhints
devhints.io › apps › editorconfig cheatsheet
editorconfig cheatsheet
This example should be fine for most projects indented by 2 spaces. See: animate.css editorconfig · indent_style = {space|tab} indent_size = {4|tab} tab_width = 2 end_of_line = {cr|lf|crlf} charset = {utf-8|utf-16be|utf-16le|latin1} ...
🌐
Sonar Community
community.sonarsource.com › suggest new features
Get line wrap width from .editorconfig max_line_length instead of custom Sonar XML config - Suggest new features - Sonar Community
December 1, 2023 - The “Line too long” rule in Sonar lint (S103 - SonarCloud) has a maximumLineLength parameter which by default is set to 200 characters. This can be overridden by using a custom Sonarlint XML for each project.
🌐
GitHub
github.com › editorconfig › editorconfig › issues › 280
Redefine the behavior of `max_line_length` · Issue #280 · editorconfig/editorconfig
November 8, 2016 - Currently the max_line_length-definition states: Forces hard line wrapping after the amount of characters specified. This Definition is not applicable We had a recent discussion about the implement...
Author: editorconfig
🌐
JetBrains
jetbrains.com › help › resharper › EditorConfig_CSHARP_LineBreaksPageSchema.html
EditorConfig properties for C#: Line Breaks | ReSharper Documentation
May 26, 2024 - Line breaks are added, if possible, at the positions not exceeding the specified value, according to the language syntax and other line wrapping settings. ... [resharper_]csharp_max_attribute_length_for_same_line, [resharper_]max_attribute_length_for_same_line
Find elsewhere
🌐
GitHub
github.com › editorconfig › editorconfig-vscode › issues › 272
Add support for max_line_length · Issue #272 · editorconfig/editorconfig-vscode
June 1, 2020 - If not, please file on the editorconfig-core-js issue tracker. ... root = true [*.rst] indent_style = space indent_size = 3 charset = utf-8 trim_trailing_whitespace = true max_line_length = 80 insert_final_newline = true
Author: editorconfig
🌐
JetBrains
youtrack.jetbrains.com › issue › WEB-40752
max_line_length set in .editorconfig for Dart files should ...
March 27, 2023 - Our website uses some cookies and records your IP address for the purposes of accessibility, security, and managing your access to the telecommunication network. You can disable data collection and cookies by changing your browser settings, but it may affect how this website functions.
🌐
JetBrains
youtrack.jetbrains.com › issue › IDEA-154920
Support for max_line_length (force hard wrap) : IDEA-154920
In IntellliJ max_line_length affects the vertical right margin line. You can aslo use ij_wrap_on_typing which is IntelliJ-specific because there is no standard property like that. ... Forces hard line wrapping after the amount of characters specified. off to turn off this feature (use the editor settings). Source: https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties#max_line_length
🌐
CSharpier
csharpier.com › docs › Configuration
Configuration | CSharpier
[*.{cs,csx}] # Non-configurable ... # end_of_line = lf - there is no 'auto' with an .editorconfig indent_style = space indent_size = 4 max_line_length = 100 [*.{config,csproj,props,slnx,targets,xaml,xml}] indent_style = space indent_size = 2 max_line_length = 100 ...
🌐
Microsoft Learn
learn.microsoft.com › en-us › answers › questions › 1007988 › line-length-enforcement-for-visual-studio-and-dotn
Line length enforcement for Visual Studio and dotnet format? - Microsoft Q&A
September 14, 2022 - The standard CLI formatting tool ( dotnet format ) is not able to be configured with a max_line_length property in .editorconfig.
🌐
GitHub
github.com › editorconfig › editorconfig › issues › 321
Allow unlimited `max_line_length` · Issue #321 · editorconfig/editorconfig
August 12, 2017 - Emacs and Atom, at least, use the max_line_length property to set the line length for their automatic paragraph reformatting features. For projects which do not hard-wrap lines of prose, it would be helpful if EditorConfig supported unlimited line lengths. At first I'd guessed that I should set the max_line_length property to unset or off, but those restore the editor's/user's default preference.
Author: editorconfig
🌐
DeepWiki
deepwiki.com › editorconfig-checker › editorconfig-checker › 5.5-line-length-and-other-rules
Line Length and Other Rules | editorconfig-checker/editorconfig-checker | DeepWiki
December 2, 2025 - This page documents the maximum line length validation rule (max_line_length) supported by editorconfig-checker. This validation rule ensures that lines in source files do not exceed a specified character limit. For indentation and whitespace rules, see 5.2. For line ending and final newline ...
🌐
GitHub
github.com › pharring › EditorGuidelines › issues › 26
Support editorconfig `max_line_length` setting. · Issue #26 · pharring/EditorGuidelines
March 29, 2019 - Editorconfig has a max_line_length setting which some editors/formatters use for wrapping text. The EditorGuidelines-Plugin could also read this setting apart from its own guidelines setting.
Author: pharring
🌐
Medium
leapcell.medium.com › why-editorconfig-still-matters-even-with-prettier-around-29e414fc3e62
Why .editorconfig Still Matters Even with Prettier Around | by Leapcell | Medium
January 24, 2025 - # Mark the current directory as the root root = true # General settings for all files [*] indent_style = space indent_size = 4 end_of_line = lf charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true # Special settings for Markdown files [*.md] trim_trailing_whitespace = false max_line_length = off # Use tab indentation for Makefile [Makefile] indent_style = tab # Set indentation size to 2 for JavaScript files [*.js] indent_size = 2 · This example .editorconfig file demonstrates how to set consistent coding styles and formatting for different file types, ensuring that team members using various editors maintain a unified code style.