Skip to content

Commit 1d6433d

Browse files
Managorwaldyrious
andauthored
style-guide: add file extension instructions (#19776)
Co-authored-by: Waldir Pimenta <waldyrious@gmail.com>
1 parent b2bd93c commit 1d6433d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

contributing-guides/style-guide.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,8 @@ For Windows command prompt, prepend and append the environment variable with a p
325325

326326
Whereas for Powershell, prepend the environment variable with a dollar sign, Env and a colon, then enclose it with backticks (`$Env:VARIABLE_NAME`). For example: "Manage the `$Env:JAVA_HOME` environment variable".
327327

328+
When describing file formats, primarily use the brand name in plain text (e.g. JSON, SQLite), or use the file extension preceded by a dot, wrapped in backticks (e.g. `.txt`).
329+
328330
### Standardized Terms
329331

330332
Some terms are used repeatedly throughout pages, and as such, should be standardized. These include:

0 commit comments

Comments
 (0)