summaryrefslogtreecommitdiff
path: root/Documentation/coding-guidelines/clr-jit-coding-conventions.md
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/coding-guidelines/clr-jit-coding-conventions.md')
-rw-r--r--Documentation/coding-guidelines/clr-jit-coding-conventions.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/coding-guidelines/clr-jit-coding-conventions.md b/Documentation/coding-guidelines/clr-jit-coding-conventions.md
index 6b53b473b6..0bab27616a 100644
--- a/Documentation/coding-guidelines/clr-jit-coding-conventions.md
+++ b/Documentation/coding-guidelines/clr-jit-coding-conventions.md
@@ -16,6 +16,8 @@ Note that these conventions are different from the CLR C++ Coding Conventions, d
> Note: the JIT currently doesn't follow some of these conventions very widely. The non-conformant code should be updated, eventually.
+> Note: we now use jit-format to format our code. All changes it makes supersede the conventions in this doc. Please see the [jit-format documentation](https://github.com/dotnet/jitutils/blob/master/doc/getstarted.md#formatting-jit-source) for instructions on running jit-format.
+
# How to use this document
* All new code written in the JIT should adhere to these conventions.