Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Visual Studio 2010 が C コードをインデントしない理由と、C コードを入力している間 (キーボード ショートカットは既に知っています) に自動的にインデントする方法を知っている人はいますか?
[ツール] → [オプション] → [テキスト エディター] → [C/C++] → [タブ] → [インデント] を確認してください。</p>
私はこの例を試しました:
#!C:/Perl64/bin/perl.exe $mickey = "Hi i'm Mickey"; $pluto = "Hi i'm Pluto"; print <<EOF; $pluto Hi i'm Goofy $mickey EOF pri