summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/meson-format-stdin-editorconfig.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/snippets/meson-format-stdin-editorconfig.md')
-rw-r--r--docs/markdown/snippets/meson-format-stdin-editorconfig.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/markdown/snippets/meson-format-stdin-editorconfig.md b/docs/markdown/snippets/meson-format-stdin-editorconfig.md
new file mode 100644
index 000000000..4a848b73b
--- /dev/null
+++ b/docs/markdown/snippets/meson-format-stdin-editorconfig.md
@@ -0,0 +1,5 @@
+## meson format now has a --source-file-path argument when reading from stdin
+
+This argument is mandatory to mix stdin reading with the use of editor config.
+It allows to know where to look for the .editorconfig, and to use the right
+section of .editorconfig based on the parsed file name.