From 52bf9506991e77db09ab741a861fadc5bf072b86 Mon Sep 17 00:00:00 2001 From: Jeremy Wright Date: Wed, 20 May 2015 21:12:02 -0700 Subject: [PATCH] Update 03-Style.md --- 03-Style.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03-Style.md b/03-Style.md index 5b01faa..ce7f468 100644 --- a/03-Style.md +++ b/03-Style.md @@ -273,7 +273,7 @@ Make sure you stick with the correct integer types and be consistent with the C+ Ultimately this is a matter of preference, but .hpp and .cpp are widely recognized by various editors and tools. So the choice is pragmatic. Specifically, VisualStudio only automatically recognizes .cpp and .cxx for C++ files, plus vim doesn't necessarily recognize .cc as a C++ file. -One particularly large project (OpenStudio) uses .hpp and .cpp for user generated files and .hxx and .cxx for tool generated files. Both are well recongized and having the disctinction is helpful +One particularly large project (OpenStudio) uses .hpp and .cpp for user generated files and .hxx and .cxx for tool generated files. Both are well recognized and having the distinction is helpful. ## Never Mix Tabs and Spaces